home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- extern int auto_alertId ;
- extern int auto_icon[2] ;
- extern int auto_bottonId[3] ;
- extern int igo_autoexec() ;
- extern int igo_autoset() ;
- extern int igo_autocancel() ;
- extern int auto_numbox ;
-
- #define ALIGN 4
- #define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
-
- /* MMI_init 用データ */
-
- /* ヘッダ */
-
- MMIINIT initDataMIAUTO = { "MmiInit", 14, 0 } ;
-
- /* auto_alertId */
-
- static MMIPACKET d001 = { &auto_alertId,
- NULL,
- &MJ_ALERTL40,
- OFFSET(ALERTL40),
- MS_NONE
- } ;
- static ALERTL40 d001d = { MS_BTLEFTL40 | MS_EVMOVEL40 | MS_EVMOSONL40 | MS_EVKEYONL40,
- 188, 116, 639, 355, 8, 7, 8,
- MS_SRECTL40 | MS_FRAMEL40,
- NULL, 0, 0,
- 0, 0, 0, 0
- } ;
-
- /* NULL */
-
- static MMIPACKET d002 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d002d = { MS_CENTERL40 | MS_DSPONLYL40,
- 325, 129, 484, 152, 8,15, 8,
- MS_NONEL40,
- "自動再生",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
- /* auto_icon[1] */
-
- static MMIPACKET d003 = { &auto_icon[1],
- &auto_alertId,
- &MJ_TICONL40,
- OFFSET(TICONL40),
- MS_NONE
- } ;
- static TICONL40 d003d = { MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40 | MS_LEFTL40,
- 306, 195, 317, 214, 8, 7, 8,
- MS_NONEL40,
- 0,
- 0x0000, 259, 260
- } ;
-
- /* auto_icon[0] */
-
- static MMIPACKET d004 = { &auto_icon[0],
- &auto_alertId,
- &MJ_TICONL40,
- OFFSET(TICONL40),
- MS_NONE
- } ;
- static TICONL40 d004d = { MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40 | MS_LEFTL40,
- 306, 162, 318, 182, 8, 7, 8,
- MS_NONEL40,
- 0,
- 0x0000, 259, 260
- } ;
-
- /* NULL */
-
- static MMIPACKET d005 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d005d = { MS_LEFTL40 | MS_DSPONLYL40,
- 344, 162, 503, 185, 8,15, 8,
- MS_NONEL40,
- "ル-プする",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
- /* NULL */
-
- static MMIPACKET d006 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d006d = { MS_LEFTL40 | MS_DSPONLYL40,
- 340, 192, 499, 213, 8,15, 8,
- MS_NONEL40,
- "変化再生する",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
- /* NULL */
-
- static MMIPACKET d007 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d007d = { MS_LEFTL40 | MS_DSPONLYL40,
- 284, 248, 373, 273, 8,15, 8,
- MS_NONEL40,
- "再生速度",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
- /* auto_bottonId[2] */
-
- static MMIPACKET d008 = { &auto_bottonId[2],
- &auto_alertId,
- &MJ_DBUTTONL40,
- OFFSET(DBUTTONL40),
- MS_NONE
- } ;
- static DBUTTONL40 d008d = { MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
- 204, 307, 333, 331, 4,15, 8,
- MS_PANELL40 | MS_FRAMEL40,
- igo_autoexec,
- 0x0000
- } ;
-
- /* auto_bottonId[0] */
-
- static MMIPACKET d009 = { &auto_bottonId[0],
- &auto_alertId,
- &MJ_DBUTTONL40,
- OFFSET(DBUTTONL40),
- MS_NONE
- } ;
- static DBUTTONL40 d009d = { MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
- 353, 307, 482, 331, 9,15, 8,
- MS_PANELL40 | MS_FRAMEL40,
- igo_autoset,
- 0x0000
- } ;
-
- /* auto_bottonId[1] */
-
- static MMIPACKET d010 = { &auto_bottonId[1],
- &auto_alertId,
- &MJ_DBUTTONL40,
- OFFSET(DBUTTONL40),
- MS_NONE
- } ;
- static DBUTTONL40 d010d = { MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
- 498, 307, 627, 331,10,15, 8,
- MS_PANELL40 | MS_FRAMEL40,
- igo_autocancel,
- 0x0000
- } ;
-
- /* auto_numbox */
-
- static MMIPACKET d011 = { &auto_numbox,
- &auto_alertId,
- &MJ_NUMBOXL40,
- OFFSET(NUMBOXL40),
- MS_NONE
- } ;
- static NUMBOXL40 d011d = { MS_BTLEFTL40 | MS_REPEATL40 | MS_EVMOSONL40 | MS_EVKEYONL40 | MS_RIGHTL40,
- 418, 249, 513, 272, 8,15, 8,
- MS_PANELL40 | MS_FRAMEL40,
- 0,
- 1, 12, 12,
- MS_NONEL40,
- 0, 0,
- 0, 0, 255, 1, 0,
- 263, 264
- } ;
-
- /* NULL */
-
- static MMIPACKET d012 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d012d = { MS_CENTERL40 | MS_DSPONLYL40,
- 213, 309, 325, 328, 8,15, 8,
- MS_NONEL40,
- "設定即実行",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
- /* NULL */
-
- static MMIPACKET d013 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- OFFSET(MSGL40),
- MS_NONE
- } ;
- static MSGL40 d013d = { MS_CENTERL40 | MS_DSPONLYL40,
- 381, 308, 454, 328, 8,15, 8,
- MS_NONEL40,
- "設定",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
- /* NULL */
-
- static MMIPACKET d014 = { NULL,
- &auto_alertId,
- &MJ_MSGL40,
- 0,
- MS_NONE
- } ;
- static MSGL40 d014d = { MS_CENTERL40 | MS_DSPONLYL40,
- 528, 309, 601, 328, 8,15, 8,
- MS_NONEL40,
- "取消",
- 1, 12, 12,
- MS_NONEL40,
- 10, 0
- } ;
-
-